From: Kenichi Handa Date: Sun, 3 Aug 1997 03:02:05 +0000 (+0000) Subject: (x_set_frame_parameters): Heading comment fixed. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79978 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e8cc313b862286b90297da9cd61c4277c99ccf30;p=emacs.git (x_set_frame_parameters): Heading comment fixed. (x_default_parameter): Likewise. --- diff --git a/src/xfns.c b/src/xfns.c index 2b99c5cf1ee..cf187e5ff01 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -721,7 +721,7 @@ init_x_parm_symbols () make_number (i)); } -/* Change the parameters of FRAME as specified by ALIST. +/* Change the parameters of frame F as specified by ALIST. If a parameter is not specially recognized, do nothing; otherwise call the `x_set_...' function for that parameter. */ @@ -2373,8 +2373,8 @@ x_get_and_record_arg (f, alist, param, attribute, class, type) } /* Record in frame F the specified or default value according to ALIST - of the parameter named PARAM (a Lisp symbol). - If no value is specified for PARAM, look for an X default for XPROP + of the parameter named PROP (a Lisp symbol). + If no value is specified for PROP, look for an X default for XPROP on the frame named NAME. If that is not found either, use the value DEFLT. */